function objects造句
例句与造句
- function alter on function object
对函数object的alter权限 - alter on function object
对函数object的alter权限 - in usual cases of method invocation the return result is a function object, which is then executed
方法调用通常返回的结果是一个函数对象,然后执行这个函数对象。 - the closure captures the information about the actual web service method stub to be invoked the function object called
闭包捕获真正被调用的web服务方法存根(称为 - for future reference, you can add any attribute to a function by setting it on the function object
为了将来引用,您可以通过将属性设置在函数对象上给函数添加任何属性。 - It's difficult to find function objects in a sentence. 用function objects造句挺难的
- the following example uses the system function object definition to return the definition of user-defined function
下面的示例使用系统函数object_definition返回用户定义函数 - methods also support accessing ( but not setting ) the arbitrary function attributes on the underlying function object
方法也支持访问(不是设置)的其实际所调用的函数的任意属性 - we also often pass function objects to our own custom functions, but usually those amount to combinations of the mentioned built-ins
这种方法通常在调用链中,只要在某些地方有可能需要值,就会传递一些值(或带有多成员的结构)。 - this implementation supports function objects with up to nine arguments . this is an implementation detail, not an inherent limitation of the design
当前的实现支持最多带有9个参数的函数对象。这一限制是由实现细节,而不是设计造成的。 - in this case the returned function object is a closure which encapsulates some logging code and the data needed to call the original function
这种情况下返回的函数对象就是一个闭包,其中封装了一些日志代码和最初的函数调用所需要的数据。 - function objects to names in the example, but that is not strictly necessary . we could instead simply nest the definitions . for readability we do it this way; but also because
我们定义的每一个闭包函数都携带了函数范围内定义的任何值,然后将这些值绑定到函数对象的全局范围。 - but just as we can use the number 23 without binding it to any name in other words, as a function argument, we can use the function object we created with
闭包就象是fp的jekyll对于oop的hyde(角色或者也可能对调)。闭包类似对象示例,是一种将一大批数据和功能封装在一起的一种方式。 - from multimethods import dispatch " multimethods " is generally a synonym for multiple dispatch; but the name multimethod suggests the concrete function object handling the more abstract concept multiple dispatch . an instance of
“多元法(multimethods)”通常是多分派的同义词;但是多元法这个名称暗示着处理较抽象的概念时应采用具体的函数对象。 - if the name denotes a valid class attribute that is a function object, a method object is created by packing ( pointers to ) the instance object and the function object just found together in an abstract object : this is the method object
如果这个命名确认为一个有效的函数对象类属性,就会将实例对象和函数对象封装进一个抽象对象:这就是方法对象。 - if the name denotes a valid class attribute that is a function object, a method object is created by packing ( pointers to ) the instance object and the function object just found together in an abstract object : this is the method object
如果这个命名确认为一个有效的函数对象类属性,就会将实例对象和函数对象封装进一个抽象对象:这就是方法对象。
更多例句: 下一页